Object

OpenApiEndpoint

An OpenAPI endpoint.

Fields

id(): ID!
The ID used to reference this endpoint
host(): String!
The API endpoint hostname.
path(): String!
The API endpoint path and query.
method(): String!
The API endpoint HTTP method (for example: 'GET', 'POST').
content_type(): String
The API endpoint content type (for example: 'application/json').